home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / AOCE / Development Tools / Sample Code / Messaging Service Access Module / Internet PMSAM Info
Encoding:
Text File  |  1993-11-07  |  1.4 KB  |  27 lines  |  [ttro/ttxt]

  1. AOCE Software Developers Kit 1.0                                                                                                            November 5, 1993
  2. -----------------------------------------------------------------------------
  3. Internet PMSAM
  4. 10/28/93
  5.  
  6. This PMSAM routes mail between AOCE and Internet-based mail accounts.  It uses the SMTP (Simple Mail Transfer Protocol) to send mail and the POP (Post Office Protocol version 3) to fetch mail.  It is an on-demand gateway, meaning that it will download messages to the Mac immediately instead of waiting for the user to open them.
  7.  
  8. The PMSAM has been written as a background only application, and its associated address and setup Directory Extension Templates are included in the PMSAM file itself, so it has a one step installation process.
  9.  
  10. Compilation Environment:
  11.     MPW
  12.     THINK C 6
  13.  
  14. Restrictions:
  15.         PowerTalk System 7 Pro 1.0 software
  16.         MacTCP 1.1.1 or later pre-configured (not included)
  17.         An account on a TCP/IP based mail host running POP and SMTP and a connection to         
  18.         that host
  19.  
  20. Author: Steve Falkenburg-DTS, AppleLink: DEVSUPPORT
  21.  
  22. Questions/Comments: As with the other AOCE samples, technical questions should be addressed to DEVSUPPORT.
  23.  
  24. -----------------------------------------------------------------------------
  25. Copyright © 1992-93, Apple Computer Inc. All Rights Reserved.
  26.  
  27. This tool is provided as part of the AOCE SDK.  Use of this tool for any purpose other than the development of AOCE-based Macintosh® products is a violation of the license agreement covering this SDK.